In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / InsertPage Method

InsertPage Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function InsertPage( _

   ByVal PageWidth As Single, _

   ByVal PageHeight As Single, _

   ByVal PageNo As Integer _

) As GdPictureStatus
public GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

)
public function InsertPage( 

    PageWidth: Single;

    PageHeight: Single;

    PageNo: Integer

): GdPictureStatus; 
public function InsertPage( 

   PageWidth : float,

   PageHeight : float,

   PageNo : int

) : GdPictureStatus;
public: GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

) 
public:

GdPictureStatus InsertPage( 

   float PageWidth,

   float PageHeight,

   int PageNo

) 

Parameters

PageWidth
PageHeight
PageNo
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members